単純型を DTO に変換する
from
ドメイン型を DTO に変換する方法
元のプリミティブ型で表現する
e.g. 以下の
ProductCode
の場合は
string
code:domain.fs
type ProductCode = ProductCode of string